Deprecated language features have been retained temporarily for backward compatibility but will eventually be removed from the language.
Deprecation announces a grace period to allow a smooth transition from the old features to the new ones. In that period, no use of the deprecated
features should be added to the code, and all existing usages should be gradually removed.
The following features are deprecated in Oracle 18:
Deprecated |
Replacement |
Documentation |
DBMS_LOCK.SLEEP |
DBMS_SESSION.SLEEP |
Docs |
DBMS_XMLSAVE |
DBMS_XMLSTORE |
Docs |
DBMS_XMLQUERY |
DBMS_XMLGEN |
Docs |